ok = type == Type.ATT || eq(ns, ctx.nsElem);
if(ok) {
// identical namespace: ignore prefix to speed up test
ctx.compInfo(OPTPREF, ln);
test = Name.NAME;
}
}
ok = type == Type.ATT || eq(ns, ctx.nsElem);
if(ok) {
// identical namespace: ignore prefix to speed up test
if(ns.length != 0) ctx.compInfo(OPTPREF, ln);
test = Name.NAME;
}
}